js 함수 JSON.stringfy if (!window.JSON) { window.JSON = { stringify: function (vContent) { if (vContent instanceof Object) { var sOutput = ''; if (vContent.constructor === Array) { for (var nId = 0; nId < vContent.length; nId++) { sOutput += ... js 함수
JSON.stringfy if (!window.JSON) { window.JSON = { stringify: function (vContent) { if (vContent instanceof Object) { var sOutput = ''; if (vContent.constructor === Array) { for (var nId = 0; nId < vContent.length; nId++) { sOutput += ... js 함수